home *** CD-ROM | disk | FTP | other *** search
/ isnet Internet / Isnet Internet CD.iso / prog / html / 12 / _SETUP.1 / Fox.exe / 0 / RCDATA / TFORMHTMLTABLECAPTION / TFORMHTMLTABLECAPTION.txt
Encoding:
Text File  |  1997-12-06  |  4.3 KB  |  203 lines

  1. object FormHTMLTableCaption: TFormHTMLTableCaption
  2.   Left = 206
  3.   Top = 181
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Table Caption'
  7.   ClientHeight = 174
  8.   ClientWidth = 338
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object EditHTMLTag: TEdit
  19.     Left = 4
  20.     Top = 0
  21.     Width = 83
  22.     Height = 21
  23.     Hint = 'HTML tag to be used if '#39'OK'#39' is pressed'
  24.     TabStop = False
  25.     AutoSize = False
  26.     ParentColor = True
  27.     ParentShowHint = False
  28.     ReadOnly = True
  29.     ShowHint = True
  30.     TabOrder = 0
  31.     Text = 'EditHTMLTag'
  32.     OnChange = EditHTMLTagChange
  33.   end
  34.   object GroupBoxAlign: TGroupBox
  35.     Left = 75
  36.     Top = 28
  37.     Width = 89
  38.     Height = 85
  39.     Caption = 'ALIGN'
  40.     TabOrder = 1
  41.     object ListBoxALIGN: TListBox
  42.       Left = 2
  43.       Top = 15
  44.       Width = 85
  45.       Height = 46
  46.       Align = alClient
  47.       ExtendedSelect = False
  48.       ItemHeight = 13
  49.       Items.Strings = (
  50.         '0'
  51.         'top'
  52.         'bottom'
  53.         'left'
  54.         'center'
  55.         'right')
  56.       ParentShowHint = False
  57.       ShowHint = False
  58.       TabOrder = 0
  59.       OnClick = ListBoxALIGNClick
  60.     end
  61.     object PanelALIGN: TPanel
  62.       Left = 2
  63.       Top = 61
  64.       Width = 85
  65.       Height = 22
  66.       Hint = 'ALIGN attribute'
  67.       Align = alBottom
  68.       Alignment = taLeftJustify
  69.       BevelOuter = bvNone
  70.       BorderStyle = bsSingle
  71.       Caption = 'PanelALIGN'
  72.       ParentShowHint = False
  73.       ShowHint = True
  74.       TabOrder = 1
  75.       OnClick = PanelALIGNClick
  76.     end
  77.   end
  78.   object GroupBoxVALIGN: TGroupBox
  79.     Left = 175
  80.     Top = 28
  81.     Width = 89
  82.     Height = 85
  83.     Caption = 'VALIGN'
  84.     TabOrder = 2
  85.     object ListBoxVALIGN: TListBox
  86.       Left = 2
  87.       Top = 15
  88.       Width = 85
  89.       Height = 46
  90.       Align = alClient
  91.       ExtendedSelect = False
  92.       ItemHeight = 13
  93.       Items.Strings = (
  94.         '0'
  95.         'top'
  96.         'bottom')
  97.       ParentShowHint = False
  98.       ShowHint = False
  99.       TabOrder = 0
  100.       OnClick = ListBoxVALIGNClick
  101.     end
  102.     object PanelVALIGN: TPanel
  103.       Left = 2
  104.       Top = 61
  105.       Width = 85
  106.       Height = 22
  107.       Hint = 'VALIGN attribute'
  108.       Align = alBottom
  109.       Alignment = taLeftJustify
  110.       BevelOuter = bvNone
  111.       BorderStyle = bsSingle
  112.       Caption = 'PanelVALIGN'
  113.       ParentShowHint = False
  114.       ShowHint = True
  115.       TabOrder = 1
  116.       OnClick = PanelVALIGNClick
  117.     end
  118.   end
  119.   object PanelBottom: TPanel
  120.     Left = 0
  121.     Top = 121
  122.     Width = 338
  123.     Height = 53
  124.     Align = alBottom
  125.     BevelOuter = bvNone
  126.     Caption = 'PanelBottom'
  127.     Font.Color = clBtnFace
  128.     Font.Height = -11
  129.     Font.Name = 'MS Sans Serif'
  130.     Font.Style = []
  131.     ParentFont = False
  132.     TabOrder = 3
  133.     object Bevel: TBevel
  134.       Left = 0
  135.       Top = 0
  136.       Width = 338
  137.       Height = 6
  138.       Align = alTop
  139.       Shape = bsTopLine
  140.     end
  141.     object ButtonInsert: TButton
  142.       Left = 4
  143.       Top = 8
  144.       Width = 77
  145.       Height = 25
  146.       Hint = 'Use the HTML tag'
  147.       Caption = '&OK'
  148.       ParentShowHint = False
  149.       ShowHint = True
  150.       TabOrder = 0
  151.       OnClick = ButtonInsertClick
  152.     end
  153.     object ButtonCancel: TButton
  154.       Left = 88
  155.       Top = 8
  156.       Width = 77
  157.       Height = 25
  158.       Cancel = True
  159.       Caption = '&Cancel'
  160.       ParentShowHint = False
  161.       ShowHint = False
  162.       TabOrder = 1
  163.       OnClick = ButtonCancelClick
  164.     end
  165.     object ButtonHelp: TButton
  166.       Left = 256
  167.       Top = 8
  168.       Width = 77
  169.       Height = 25
  170.       Caption = '&Help'
  171.       ParentShowHint = False
  172.       ShowHint = False
  173.       TabOrder = 3
  174.       OnClick = ButtonHelpClick
  175.     end
  176.     object ButtonClearAll: TButton
  177.       Left = 172
  178.       Top = 8
  179.       Width = 77
  180.       Height = 25
  181.       Hint = 'Clear and reset all attributes to defaults'
  182.       Caption = 'Clear &All'
  183.       ParentShowHint = False
  184.       ShowHint = True
  185.       TabOrder = 2
  186.       OnClick = ButtonClearAllClick
  187.     end
  188.     object PanelSaveReuseLevel: TPanel
  189.       Left = 4
  190.       Top = 40
  191.       Width = 329
  192.       Height = 9
  193.       BevelOuter = bvLowered
  194.       Caption = ' '
  195.       ParentShowHint = False
  196.       ShowHint = True
  197.       TabOrder = 4
  198.       OnDblClick = PanelSaveReuseLevelDblClick
  199.       OnMouseMove = PanelSaveReuseLevelMouseMove
  200.     end
  201.   end
  202. end
  203.